home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist config.inf erase config.inf
- if exist r3pass.inf erase r3pass.inf
- if R%1 == RALL goto FALL
- if R%1 == Rall goto FALL
- echo ROOMER3 Settings Forgotten
- GOTO Done
- :FALL
- if exist config.bak erase config.bak
- if exist r3pass.bak erase r3pass.bak
- echo All ROOMER3 Settings Forgotten
- :Done
-
-